home *** CD-ROM | disk | FTP | other *** search
/ The Girls Of Spice 2 / The Girls of Spice 2.iso / mac / INSTALL.CFG < prev    next >
Text File  |  1995-03-06  |  5KB  |  114 lines

  1. rem   This is the configuration file used to install PC-Install for Windows
  2. rem   =====================================================================
  3.  
  4. rem --- set the color for background on the screen
  5. SCREENCOLOR: Blue, Blue
  6.  
  7. rem --- display the bitmap logo
  8. SCREENGRAPHIC: 2020logo.bmp, bottomright
  9.  
  10. rem --- the title that appears on the background
  11. rem --- TITLE: "Girls of Spice2 - Installation", 44, italic, bold
  12.  
  13. rem --- the color for the title
  14. TITLECOLOR: yellow
  15.  
  16. rem --- The following paragraph is on the first screen seen by the
  17. rem   - end-user.  Note that you should leave a blank line at the top
  18. rem   - and bottom and leave a couple of spaces at the left AND right
  19. rem   - to provide proper spacing around the window border.
  20. BEGINFIRSTSCREEN
  21.  
  22.    This installation program will install the "Girls of 
  23.    Spice2" Projector file onto your hard disk.  It will 
  24.    place an Icon in Windows and will not affect any of 
  25.    your existing files.
  26.    
  27.  
  28. ENDFIRSTSCREEN
  29.  
  30. rem --- The following is the last screen seen by the end-user.
  31. rem   - Note that you should leave a blank line at the top and
  32. rem   - bottom and leave a couple of spaces at the left AND right
  33. rem   - to provide proper spacing around the window border.
  34. BEGINLASTSCREEN
  35.  
  36.    Installation of Girls of Spice2 is now complete.  We are certain
  37.    that you will find it most enjoyable.  Other CPV Spice products   
  38.    that will add to your enjoyment are:
  39.  
  40.       - Fantasies, Naughty But Nice, Erotic Dreams
  41.       - Pool Club, Poker Club, Treasures of Spice
  42.       - Sex Therapy, Novel Desires, Totally Exposed
  43.       - Fantasies 2, Secrets and Girls of Spice.
  44.    
  45. ENDLASTSCREEN
  46.  
  47. rem --- check to see if the end user has enough disk space to install
  48. rem   - note that the user can install one of two file groups 
  49. rem   - (all files or just the program files) thus we must
  50. rem   - provide a different check for group one and group two
  51. rem --- MINDISKSPACE: 170000, 10
  52. rem --- MINDISKSPACE: 160000, 20
  53.  
  54. rem --- chekc that the end user has a powerful enough CPU 
  55. MINCPUTYPE: 80286
  56.  
  57. rem --- set the default drive and directory for installation
  58.  
  59. REM --- IF LOCATE ("SOL.EXE")
  60. REM --- DEFAULTDIR: $LOCATEDIR$, prompt="Utility files will be copied into  the directory as shown"
  61. REM --- ELSE
  62. REM --- DEFAULTDIR: C:\SOL.EXE
  63. REM --- ENDIF
  64.  
  65. DEFAULTDIR:C:\, NOASKDIR, NOASKDRIVE
  66.  
  67. rem --- Adds the association for the .CFG install files to the win.ini
  68. INIFILE: "Extensions", "CFG", "SOL.exe ^.cfg", win.ini, add
  69.  
  70. rem --- , "$defaultdir$\install.ico" ...removed from line below 
  71. WINITEM: "Girls Of Spice2", "$SOURCEDIR$\SLYDSHOW\GIRLS2.EXE", "Girls of Spice2", replace
  72. WINITEM: "Girls of Spice2", "$SOURCEDIR$\SLYDSHOW\readme.txt", "ReadMe.txt", replace
  73.  
  74. REM  The following is an example of using the autoexec and config commands.
  75. AUTOEXECPROMPT: "Do you wish to add the installation directory to your path statement in your autoexec.bat file?"
  76. rem --- AUTOEXEC: addpath, ask
  77. rem CONFIG: buffermin=40, filemin=30, add="DEVICE=pcinst.sys", ask
  78.  
  79. rem --- Define the two installation groups that the end-user can select
  80. rem   - for installation (all files or just program files).  Note that
  81. rem   - the first two columns are used for the group number.  Also note,
  82. rem   - you should leave a blank line at the top and bottom and leave a
  83. rem   - couple of spaces at the left AND right to provide proper spacing 
  84. rem   - around the window border.
  85. rem --- BEGINGROUP EXCLUSIVE
  86.                                                                
  87. rem --- 10   [ ] Install program and sample files (recommended)    
  88.  
  89. rem --- 20   [X] Relevant files will be Installed in the directory
  90.  
  91. rem --- ENDGROUP
  92.  
  93. rem The INSERTDISK command is not needed here since there is only one
  94. rem disk in PC-INSTALL.
  95. rem INSERTDISK: "System Disk"
  96.  
  97. rem FILE: FileName[, {compressed|selfextract}][, overwrite={new|ask}][, group=({1-99},)*]
  98. rem --- FILE: readme.txt, overwrite=yes
  99. rem --- FILE: *.exe, overwrite=new
  100. rem --- FILE: install.ico, overwrite=yes
  101. rem --- FILE: install.txt, overwrite=yes
  102. rem --- FILE: dosshell.pif, overwrite=new
  103. REM --- FILE: samples\*.cfg, overwrite=yes
  104.  
  105. FILE: $winsysdir$\*.*, source="$sourcedir$\SLYDSHOW\qt", overwrite=yes
  106.  
  107. rem --- Display an ASCII file to the end-user that has any new information
  108. rem SHOWREADME: newinfo.txt
  109.  
  110. rem --- We could now run a program (EXE, COM, BAT) as we exit the installation
  111. rem   - but PC-Install does not need to do this.  The line has been REMarked
  112. rem   - so that you have an example of how it might be used.
  113. rem RUNATEXIT: "INSTALL.EXE"
  114.